Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Lines | 3 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | View Code Duplication | "use strict"; |
|
27 | this.rateLimits.forEach(function (rateLimit) { |
||
28 | active.push(rateLimit.getCallsLeft()); |
||
29 | }); |
||
30 | return active; |
||
42 | //# sourceMappingURL=ratelimiter.js.map |